Skip to content

ci: bump golangci-lint to v2.12.2#143

Merged
peter-svensson merged 3 commits into
mainfrom
ci/bump-golangci-lint-v2.12.2
May 7, 2026
Merged

ci: bump golangci-lint to v2.12.2#143
peter-svensson merged 3 commits into
mainfrom
ci/bump-golangci-lint-v2.12.2

Conversation

@peter-svensson

Copy link
Copy Markdown
Member

Summary

Error fixed

can't load config: the Go language version (go1.25) used to build golangci-lint
is lower than the targeted Go version (1.26.2)

Test plan

v2.6.1 was built with Go 1.25 and rejects code targeting Go 1.26
('Go language version used to build golangci-lint is lower than the
targeted Go version'). v2.12.2 is built with Go 1.26 and accepts
1.26 sources.
@peter-svensson peter-svensson requested a review from argoyle as a code owner May 7, 2026 08:54
@opzkit-auto-merge opzkit-auto-merge Bot enabled auto-merge (squash) May 7, 2026 08:54
install.sh had SHA256 mismatch for v2.12.2 tarball; use official
golangci/golangci-lint-action@v9.2.0 instead.
argoyle
argoyle previously approved these changes May 7, 2026
golangci-lint v2.12.x schema requires local-prefixes as a list, not a
string. v2.6.1 accepted both; newer versions reject the scalar form.
@peter-svensson peter-svensson disabled auto-merge May 7, 2026 09:16
@peter-svensson peter-svensson merged commit 663e9a3 into main May 7, 2026
8 checks passed
@peter-svensson peter-svensson deleted the ci/bump-golangci-lint-v2.12.2 branch May 7, 2026 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants